Welcome![Sign In][Sign Up]
Location:
Search - VRP routing

Search list

[matlabmatlog

Description: 物流分析工具包。Facility location: Continuous minisum facility location, alternate location-allocation (ALA) procedure, discrete uncapacitated facility location Vehicle routing: VRP, VRP with time windows, traveling salesman problem (TSP) Networks: Shortest path, min cost network flow, minimum spanning tree problems Geocoding: U.S. city or ZIP code to longitude and latitude, longitude and latitude to nearest city, Mercator projection plotting Layout: Steepest descent pairwise interchange (SDPI) heuristic for QAP Material handling: Equipment selection General purpose: Linear programming using the revised simplex method, mixed-integer linear programming (MILP) branch and bound procedure Data: U.S. cities with populations of at least 10,000, U.S. highway network (Oak Ridge National Highway Network), U.S. 3- and 5-digit ZIP codes -logistics analysis tool kit. Facility location : Continuous minisum facility location, alternate location-allocation (ALA) procedure, discrete uncapacitated Vehicle routing facility location : VRP, VRP with time windows, the traveling salesman problem (TSP) Networks : Shortest path, min cost network flow, minimum spanning tree Geocoding problems : world city or ZIP code to longitude and latitude, longitude and latitude to nearest city, Mercator projection plotting Layout : Steepest descent Pairwise interchange (Constituencies) heuristic for QAP Material handling : Equipment selection General purpose : Linear programming using the revised simplex method, mixed-integer linear programming programming (MILP) branch and bound procedure Data : world cities with populations of at least 10,000, U.
Platform: | Size: 4853760 | Author: 陈宝文 | Hits:

[AI-NN-PRvrpnewGASA

Description: 遗传算法求解车辆路径问题,没有解压缩的密码。-Genetic Algorithm for vehicle routing problem, no extract passwords.
Platform: | Size: 33792 | Author: 王德东 | Hits:

[AI-NN-PRVehicle-Routing-Problem

Description: 车辆行驶路线优化(Vehicle Routing Problem)-traffic route optimization (Vehicle Routing Problem)
Platform: | Size: 13312 | Author: 王则 | Hits:

[matlabGACode

Description: 一个用于自然数编码遗传算法的工具包indexGA,以及用这个工具包实现的车辆路径优化问题的算法例程-One for the natural number-coded genetic algorithm toolkit indexGA, and use this tool kit to achieve VRP algorithm routine
Platform: | Size: 9216 | Author: | Hits:

[AI-NN-PRiga

Description: 应用遗传算法是被认为求解NP难题的有效手段之一,求解物流配送车辆路径优化问题时,在传统遗传算法的基础上,并引入了免疫算法的思想,实验结果表明该算法具有更好的全局和局部搜索能力和收敛速度,可有效地解决物流配送车辆路径优化问题。-Application of genetic algorithms to solve NP is considered an effective means of problem solving to optimize logistics and distribution vehicle routing problem, in the traditional genetic algorithm based on immune algorithm and the introduction of ideas, experimental results show that the algorithm has a better overall and local search ability and convergence speed, which can effectively solve the logistics and distribution VRP.
Platform: | Size: 7168 | Author: 王博文 | Hits:

[AI-NN-PRAtabusearchalgorithmforthevehicleroutingproblem.ra

Description: 禁忌搜索算法解决VRP问题的论文,内有对车辆路径问题的简单综述,且对城市聚集情况有针对性的解决-Tabu search algorithm to solve the problem VRP papers, which have on the vehicle routing problem with a simple overview, and the situation of urban agglomerations have targeted solutions
Platform: | Size: 95232 | Author: pheonix | Hits:

[OtherVRP

Description: 一个求解车辆路径问题的粒子群算法的源码,用C++编写。-Solving a vehicle routing problem with the particle swarm algorithm source code, using C++ Prepared.
Platform: | Size: 55296 | Author: ghy | Hits:

[matlabVRP

Description: 这是一个用C++编写的vrp问题的源码,很适合初学者。-This is a C++ Prepared vrp source issues, it is suitable for beginners.
Platform: | Size: 125952 | Author: ghy | Hits:

[matlabvrp

Description: 本人原创的用遗传算法实现的vrp问题求解,基于matlab语言-I original genetic algorithm is used to achieve the vrp problem solving, based on the matlab language
Platform: | Size: 4096 | Author: hattrick | Hits:

[Software Engineeringvrp

Description: 进化算法及其在全局优化和VRP中的应用的毕业论文-Evolutionary Algorithm and Its Application in GlobalOptimization and Vehicle Routing Problem
Platform: | Size: 532480 | Author: 炯炯 | Hits:

[AI-NN-PRVRP

Description: 利用模拟退火算法来求解双车库的车辆路径问题-Simulated annealing algorithm to solve the vehicle routing problem with double garage
Platform: | Size: 4096 | Author: hupan | Hits:

[matlabevaluate-fitnes-for-VRP

Description: Vehicle Routing Problem with Time Window, generate the cromosom and evaluate fitnes value-Vehicle Routing Problem with Time Window, generate the cromosom and evaluate fitnes value...
Platform: | Size: 1024 | Author: Apraz | Hits:

[MacOS developVRP

Description: Vehicle routing problem with ant colony
Platform: | Size: 2048 | Author: vikhsoolak | Hits:

[AI-NN-PRypap108-vehicle-routing-problem

Description: 车辆路径规划问题使用SA 方法,可以解决关于投递员路径问题还有相关其他问题,没有考虑time window。(Vehicle routing problem using SA simulation. Code and certain explanation.)
Platform: | Size: 104448 | Author: sagetum | Hits:

[matlab遗传算法VRP

Description: 本资料解决带有时间窗的车辆路径问题,希望与大家进行分享与交流。(The problem of vehicle routing with time windows is solved.)
Platform: | Size: 5120 | Author: lxpshidameinv | Hits:

[matlabILS for vehicle routing

Description: ILS for VRP using C++
Platform: | Size: 2048 | Author: chehab.salah | Hits:

[Windows DevelopGenetic algorithm to vehicle routing problem

Description: 这个代码是采用遗传算法解决车辆路径优化问题,大家一块学习(This code is to solve the vehicle routing optimization problem with genetic algorithm.)
Platform: | Size: 2048 | Author: 潇1默 | Hits:

[matlabvrp

Description: 车辆路径问题 多种算法解决 遗传算法 改进的遗传算法(Various Algorithms for Vehicle Routing Problem Improvement of Genetic Algorithms)
Platform: | Size: 84992 | Author: 海霞2018 | Hits:

[matlabVRP using SA

Description: vrp,车辆路径问题的一种尝试解决方法,一整套matlab程序源码(Capacitated Vehicle Routing ProblemVRP using SA)
Platform: | Size: 99328 | Author: 小骁熊 | Hits:

[matlabvrp

Description: 遗传算法求解vrptw,带时间窗约束的车辆路径问题(Genetic algorithm for VRPTW vehicle routing problem with time window constraints)
Platform: | Size: 1024 | Author: chenrens | Hits:
« 12 3 4 »

CodeBus www.codebus.net